home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Languages Suite
/
ProgramD2.iso
/
Borland
/
Borland C++ V5.02
/
SERVICES.PAK
/
PRECLASS.H
< prev
next >
Wrap
C/C++ Source or Header
|
1997-05-06
|
769b
|
22 lines
//----------------------------------------------------------------------------
// Borland Services Library
// Copyright (c) 1991, 1997 by Borland International, All Rights Reserved
//
//$Revision: 5.5 $
//
// Provides generic definitions preceeding the declaration the classes of
// the ClassLibrary, ObjectComponents and ObjectWindows
// NOTE: This header must *NOT* contain guards
//----------------------------------------------------------------------------
#pragma nopackwarning
#if ! (defined(lint) || defined(_lint))
# ifndef RC_INVOKED
# if ( _MSC_VER >= 800 ) || (defined(__BORLANDC__))
# pragma warning(disable:4103)
# pragma pack(1)
# endif
# endif // ndef RC_INVOKED
#endif // ! (defined(lint) || defined(_lint))